home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / hard / drivr / BetaScanUmax.lha / umax.conf < prev    next >
Text File  |  2002-06-16  |  3KB  |  108 lines

  1. #
  2. # Options for the umax backend
  3. #
  4.  
  5. # define scsi queueing depth
  6. #option scsi-maxqueue 2
  7.  
  8. # define scsi buffer size in bytes
  9. #option scsi-buffer-size-min 65536
  10. #option scsi-buffer-size-max 262144
  11.  
  12. # define scan lines that shall be read in one block
  13. #option scan-lines 100
  14. #option preview-lines 20
  15.  
  16. # define how to handle bad sense codes
  17. #   0 = handle as device busy
  18. #   1 = handle as ok
  19. #   2 = handle as i/o error
  20. #   3 = ignore bad error code - continue sense handler,  
  21. #option handle-bad-sense-error 0
  22.  
  23. # define if a request sense command shall be executed
  24. #option execute-request-sense 0
  25.  
  26. # define if the preview bit shall be set when scanning in rgb mode
  27. #option force-preview-bit-rgb 0
  28.  
  29. # define if slow speed flag shall be set
  30. # BE CAREFUL WITH THIS OPTION, IT MAY DESTROY YOUR SCANNER WHEN SET FALSE
  31. # -1 = automatically set by driver - if known
  32. #  0 = disabled
  33. #  1 = enabled
  34. #option slow-speed 0
  35.  
  36. # define if care-about-smeraring flag shall be set
  37. # BE CAREFUL WITH THIS OPTION, IT MAY DESTROY YOUR SCANNER WHEN SET FALSE
  38. # -1 = automatically set by driver - if known
  39. #  0 = disabled
  40. #  1 = enabled
  41. #option care-about-smearing 0
  42.  
  43. # define if the calibration shall be done for selected scanarea or for each ccd pixel
  44. # -1 = automatically set by driver - if known
  45. #  0 = disabled
  46. #  1 = enabled    
  47. #option calibration-full-ccd 1
  48.  
  49. # define if an offset of the calculate calibration with has to be used
  50. # -99999 = auto
  51. #option calibration-width-offset -99999
  52.  
  53. # define the number of pixels that is used for calibration
  54. # -1 = disabled
  55. #  0 = not set
  56. #  1 = 1 byte/pixel,
  57. #  2 = 2 bytes/pixel  
  58. #option calibration-bytes-pixel -1
  59.  
  60. # define if shading data shall be inverted befor sending it back to the scanner
  61. # -1 = automatically set by driver - if known
  62. #  0 = disabled
  63. #  1 = enabled 
  64. #option invert-shading-data
  65.  
  66. # define if the scanner supports lamp control commands
  67. # 0 = automatically set by driver - if known
  68. # 1 = enabled 
  69. #option lamp-control-available 0
  70.  
  71. # define how 16 bit gamma data is padded
  72. # -1 = automatically set by driver - if known
  73. #  0 = gamma data is msb padded
  74. #  1 = gamma data is lsb padded 
  75. #option gamma-lsb-padded 0
  76.  
  77. # define connection type of following devices
  78. # 1 = scsi
  79. # 2 = usb
  80. #option connection-type 1
  81.  
  82. # linux device identification:
  83. #scsi vendor model type bus channel id lun
  84. scsi UMAX * Scanner
  85. scsi LinoHell JADE
  86. scsi LinoHell Office
  87. scsi LinoHell Office2
  88. scsi LinoHell SAPHIR2
  89. scsi HDM LS4H1S
  90. scsi Nikon AX-110
  91. scsi Nikon AX-210
  92. scsi KYE ColorPage-HR5
  93. scsi EPSON Perfection600
  94. scsi ESCORT "Galleria 600S"
  95.  
  96. # Umax Astra 2200 via USB:
  97. # usb vendor product
  98. usb 0x1606 0x0230
  99.  
  100. # scsi device list
  101. option connection-type 1
  102. /dev/scanner
  103.  
  104. # usb device list
  105. option connection-type 2
  106. /dev/usbscanner
  107.  
  108.